Draw(Page,IList<PageInfo>,Int32,Int32,Order,PdfSaveOptions) Method
In This Topic
Draw the pages in the page collection on a page in a certain direction.
Syntax
public void Draw(
GrapeCity.Documents.Pdf.Page ,
System.Collections.Generic.IList<PageInfo> ,
System.int ,
System.int columns,
Order ,
PdfSaveOptions
)
Parameters
- page
- The page in a GcPdfDocument.
- pages
- The page collection.
- rows
- The number of rows that these pages will be divided into.
- columns
- The number of columns that these pages will be divided into.
- order
- The direction used to arrange the pages.
- options
- Options for saving pdf file.
See Also